.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.heading-1 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: calc(30px + 18 * (100vw - 430px) / 570);
    line-height: 1.4em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .heading-1 {
        font-size:30px
    }
}

@media screen and (min-width: 1000px) {
    .heading-1 {
        font-size:48px
    }
}

.heading-2 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400
}

.heading-3 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.heading-4 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: calc(26px + 6 * (100vw - 430px) / 570);
    line-height: 1.2em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .heading-4 {
        font-size:26px
    }
}

@media screen and (min-width: 1000px) {
    .heading-4 {
        font-size:32px
    }
}

.heading-1-serif {
    font-family: HW Cigars,HW Cigars,Times,Georgia,serif;
    font-size: calc(30px + 18 * (100vw - 430px) / 570);
    line-height: 1.4em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .heading-1-serif {
        font-size:30px
    }
}

@media screen and (min-width: 1000px) {
    .heading-1-serif {
        font-size:48px
    }
}

.heading-2-serif {
    font-family: HW Cigars,HW Cigars,Times,Georgia,serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400
}

.heading-3-serif {
    font-family: HW Cigars,HW Cigars,Times,Georgia,serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.body-1 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.body-2 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400
}

.body-3 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: calc(14px + 4 * (100vw - 430px) / 570);
    line-height: 1.4em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .body-3 {
        font-size:14px
    }
}

@media screen and (min-width: 1000px) {
    .body-3 {
        font-size:18px
    }
}

.body-4 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: calc(18px + 6 * (100vw - 430px) / 570);
    line-height: 1.2em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .body-4 {
        font-size:18px
    }
}

@media screen and (min-width: 1000px) {
    .body-4 {
        font-size:24px
    }
}

.button--primary-blue {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #002fa7;
    border-color: #002fa7
}

.button--primary-blue:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-blue:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-blue:hover {
        background-color:#002fa7cc
    }
}

.button--primary-blue-outline {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #002fa7;
    background: none;
    border-color: #002fa7
}

.button--primary-blue-outline:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-blue-outline:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-blue-outline:hover {
        color:#fff;
        background-color: #002fa7cc;
        border-color: #002fa7cc
    }
}

.button--primary-white {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.button--primary-white:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-white:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-white:hover {
        background-color:#fffc;
        border-color: #fffc
    }
}

.button--primary-white-outline {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: none;
    border-color: #fff
}

.button--primary-white-outline:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-white-outline:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-white-outline:hover {
        background-color:#fff3
    }
}

.button--primary-white-small {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    height: 38px;
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.button--primary-white-small:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-white-small:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-white-small:hover {
        background-color:#fffc;
        border-color: #fffc
    }
}

.button--primary-beige-small {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 36px;
    padding: 0 16px;
    color: #000;
    background-color: #f8f8f8;
    border-color: #ebebeb
}

.button--primary-beige-small:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-beige-small:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-beige-small:hover {
        border-color:#dbdbdb
    }
}

.button--with-icon {
    display: flex;
    column-gap: 4px
}

.button--with-icon img {
    width: auto;
    height: 26px
}

.link--light {
    cursor: pointer;
    color: #00000059;
    background: none;
    border: none;
    padding: 0;
    color: #adadad;
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.link--light:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

@media (hover: hover) {
    .link--light:hover {
        color:#000
    }
}

@media (hover: hover) {
    .link--light:hover {
        color:#fff
    }
}

.link--blue {
    cursor: pointer;
    color: #00000059;
    background: none;
    border: none;
    padding: 0;
    color: #2930a3;
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.link--blue:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

@media (hover: hover) {
    .link--blue:hover {
        color:#000
    }
}

.link--underline {
    cursor: pointer;
    color: #00000059;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    color: #000;
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.link--underline:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

@media (hover: hover) {
    .link--underline:hover {
        color:#000
    }
}

@media (hover: hover) {
    .link--underline:hover {
        color:#0009
    }
}

.link--underline-medium {
    cursor: pointer;
    color: #00000059;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    color: #000;
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.link--underline-medium:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

@media (hover: hover) {
    .link--underline-medium:hover {
        color:#000
    }
}

@media (hover: hover) {
    .link--underline-medium:hover {
        color:#0009
    }
}

.video--fill {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video--responsive {
    width: 100%;
    height: auto;
    display: block
}

.video--cover {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video__wrap {
    width: 100%;
    height: auto;
    display: block
}

.video__wrap--fill {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video__controls {
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: flex;
    color: #fff;
    z-index: 100
}

.video__controls button {
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer
}

.video__controls button:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.video__controls button .video__controls-icon {
    display: none
}

.video__controls button .video__controls-icon.active {
    display: block
}
